+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
#include "gtkframe.h"
#include "gtkhbbox.h"
#include "gtkbutton.h"
+#include "gtkintl.h"
static void gtk_color_selection_dialog_class_init (GtkColorSelectionDialogClass *klass);
#include <gtk/gtkdialog.h>
#include <gtk/gtkcolorsel.h>
#include <gtk/gtkvbox.h>
-#include <gtk/gtkintl.h>
#ifdef __cplusplus
extern "C" {